Skip to content

Commit

Permalink
Merge pull request #1765 from embrace-io/update-ci-workflow
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
fractalwrench authored Dec 18, 2024
2 parents 5be222f + 405f8dc commit f349deb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/swazzler-tests-subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

# make sure version in gradle.properties matches the version of embrace-swazzler3 version
- name: "Publish SDK locally"
Expand Down Expand Up @@ -76,4 +76,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: swazzler-test-results
path: ./swazzler-test/functional-tests/build/reports/tests/swazzlerTests/
path: |
./swazzler-test/functional-tests/build/reports/tests/swazzlerTests/
./swazzler-test/functional-tests/swazzler_test_debug_output

0 comments on commit f349deb

Please sign in to comment.