Skip to content

Commit

Permalink
upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBemis committed May 22, 2024
1 parent c967961 commit 67a642e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm -w e2e-tests test
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
test-results/**
2 changes: 1 addition & 1 deletion scripts/run_dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fi

tagname=$(./gradlew printVersion | grep "\d\.\d.\d")

docker run -p $targetport:8080 --net=host api-$1:$tagname
docker run -p $targetport:8080 --net=host api-$1:$tagname

0 comments on commit 67a642e

Please sign in to comment.