Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent dcf91f5 commit e7492d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
name: Test API
runs-on: ubuntu-latest

needs:
- import

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -103,6 +106,9 @@ jobs:
name: Test web
runs-on: ubuntu-latest

needs:
- import

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -160,6 +166,9 @@ jobs:
name: Test tiles
runs-on: ubuntu-latest

needs:
- import

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e7492d1

Please sign in to comment.