Skip to content

Commit

Permalink
Frontend testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grebois committed May 9, 2024
1 parent 146630c commit 487a802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
frontend-tests:
name: Run Frontend Tests
runs-on: ubuntu-latest
if: |
contains(github.event.pull_request.changed_files, 'web/')
# if: |
# contains(github.event.pull_request.changed_files, 'web/')
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 487a802

Please sign in to comment.