Skip to content

Commit

Permalink
test --dir for linux and dont run mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Dec 11, 2023
1 parent b4c7631 commit 5639709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test-mac.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: e2e-tests-mac

on:
push:
branches:
- tests/webdriver-app-open
# push:
# branches:
# - tests/webdriver-app-open
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
MP_PROJECT_ENV: ${{ vars.MP_PROJECT_ENV }}
NICENODE_ENV: ${{ vars.NICENODE_ENV }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run package
run: npm run package -- --dir

- name: 🧪 Run Tests
uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit 5639709

Please sign in to comment.