Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Oct 12, 2023
1 parent 4e6c8e9 commit fec0468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
uses: ./.github/workflows/frontend-test.yml
python:
uses: ./.github/workflows/python-test.yml
python:
uses: ./.github/workflows/playwright.yml
needs: [python]
needs: [python]

0 comments on commit fec0468

Please sign in to comment.