Skip to content

Commit

Permalink
refactor: dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa committed Aug 23, 2023
1 parent ce3555f commit 42eda78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ jobs:
NODE_API_PORT=4273 /bin/bash jasmine/test.sh --env .env -- --target docker
- name: Clean before artifact
if: matrix.version == 18
run: /bin/bash .github/clean_before_github_pages.sh

- name: Upload artifact
if: matrix.version == 18
uses: actions/upload-pages-artifact@v1
with:
path: .
Expand Down

0 comments on commit 42eda78

Please sign in to comment.