Skip to content

Commit

Permalink
fix path in subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent c374c17 commit 7aa5dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-verify/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- uses: ../.github/actions/setup-go
- name: run test
run: make -C components/operator test

serverless-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- uses: ./.github/actions/setup-libgit2
- uses: ../.github/actions/setup-go
- uses: ../.github/actions/setup-libgit2
- name: run test
run: make -C components/serverless test

0 comments on commit 7aa5dbc

Please sign in to comment.