Skip to content

Commit

Permalink
Update GH workflows: add test_base to test_api_base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 28, 2023
1 parent 3cd73b0 commit c3c4a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
env:
IMAGES: migrations api_base
needs:
- check_syntax
- test_base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:
IMAGES: migrations smasher
needs:
- test_base
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c3c4a43

Please sign in to comment.