Skip to content

Commit

Permalink
fix workflow: cd into e2e folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 24, 2023
1 parent c0deba1 commit 8d56b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run script
name: E2E tests

on:
push:
Expand All @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Run fixture-projects script
run: |
chmod +x run-fixture-projects.sh
./run-fixture-projects.sh
cd e2e && chmod +x run-fixture-projects.sh
cd e2e && ./run-fixture-projects.sh
shell: bash
# run-script-macos:
# runs-on: macos-latest
Expand Down

0 comments on commit 8d56b58

Please sign in to comment.