Skip to content

Commit

Permalink
run alegre ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube committed Nov 5, 2024
1 parent 928c83c commit fc0629c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-latest

runs-on:
labels: alegre
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -101,8 +101,9 @@ jobs:
contract-testing:
runs-on: ubuntu-latest

needs: unit-tests
runs-on:
labels: alegre
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fc0629c

Please sign in to comment.