Skip to content

Commit

Permalink
ci: fix ui tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 14, 2024
1 parent 7bfce76 commit c6f94fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
working-directory: sample/Tests
run: ${{ matrix.test_script }}
run: |
pwd
ls -la
cd sample/Tests
chmod +x ./${{ matrix.test_script }}
./${{ matrix.test_script }}

0 comments on commit c6f94fe

Please sign in to comment.