Skip to content

Commit

Permalink
Adding 2.6.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Nov 10, 2023
1 parent 75f9e83 commit 0942bb7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
OSX_LINUX_WINDOWS:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ macos-latest, ubuntu-latest, windows-latest ]
include:
- os: windows-latest
script_name: windows
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Read graalvm version
- name: Read Graalvm version
run: |
Expand All @@ -51,13 +51,16 @@ jobs:
run: |
./gradlew --stacktrace build
shell: bash

#Run regression tests
- name: Run regression test 2.6
run: |
./gradlew --stacktrace -PweaveTestSuiteVersion=2.6.0-SNAPSHOT native-cli-integration-tests:test
shell: bash
#Run regression tests
- name: Run regression test 2.5
run: |
./gradlew --stacktrace -PweaveTestSuiteVersion=2.5.0-SNAPSHOT native-cli-integration-tests:test
shell: bash

- name: Run regression test 2.4
run: |
./gradlew --stacktrace -PweaveTestSuiteVersion=2.4.0-HF-SNAPSHOT native-cli-integration-tests:test
Expand Down

0 comments on commit 0942bb7

Please sign in to comment.