Skip to content

Commit

Permalink
Ecosystem test script
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino committed Jul 29, 2024
1 parent 08b687b commit 284a114
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
chmod +x test-galasactl-local.sh
- name: Run local test script with maven
- name: Run local test script with Maven
run : |
./test-galasactl-local.sh --buildTool maven
Expand All @@ -86,19 +86,17 @@ jobs:
with:
gradle-version: 6.9.2

- name: Chmod local test script
run: |
chmod +x test-galasactl-local.sh
- name: Run local test script with maven
- name: Run local test script with Gradle
run : |
./test-galasactl-local.sh --buildTool gradle
# test-galasactl-ecosystem:
# name: Run the galasactl ecosystem test script
# runs-on: ubuntu-latest
- name: Chmod ecosystem test script
run : |
chmod +x test-galasactl-ecosystem.sh
# steps:
- name: Run ecosystem test script
run : |
./test-galasactl-ecosystem.sh --bootstrap https://prod1-galasa-dev.cicsk8s.hursley.ibm.com/api/bootstrap
# build-cli-docker-images:
# name: Build Docker images with the executable and for the development Maven registry
Expand Down

0 comments on commit 284a114

Please sign in to comment.