Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Jun 15, 2023
1 parent 854aaed commit 0a994a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
key: maven-cache-v1-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-cache-v1-${{ runner.os }}-
- run: pwd
- run: ls
- run: ls selenium
- run: ls selenium/node_modules
- run: ls selenium/node_modules/axe-test-fixtures
- name: Start fixture server
run: python -m http.server 8001 &
working-directory: selenium/node_modules/axe-test-fixtures/fixtures
Expand Down

0 comments on commit 0a994a1

Please sign in to comment.