Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
przucidlo committed Jun 8, 2024
1 parent 637b9d4 commit 93af42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/functional-tests-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ jobs:
- name: Install electron latest
run: npm install electron@latest

- name: Tar files
run: tar -cvf install.tar ./

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: install
path: ./
path: install.tar
retention-days: 1
overwrite: true
4 changes: 0 additions & 4 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ jobs:
uses: actions/download-artifact@v4
with:
name: install
- name: Ensure Playwright Binaries are Executable
run: chmod +x ./node_modules/.bin/playwright
- name: Install playwright
run: npx playwright install
- name: Run tests
run: npm run test:functional

0 comments on commit 93af42a

Please sign in to comment.