Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestl committed Nov 29, 2024
1 parent 63241b7 commit 5765455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-channels:
runs-on: ubuntu-latest
outputs:
go-channels: ${{ steps.resolve-go-channels.outputs.go-channels }}
go-channels: ${{ steps.resolve-go-channels.outputs.go-channels }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ go-channels:

- name: Resolve Go snap channels
id: resolve-go-channels
uses: .github/workflows/actions/resolve-go-channel
uses: ./src/github.com/snapcore/snapd/.github/workflows/actions/resolve-go-channel
with:
include-snapd-build-go-channel: true
include-snapd-build-fips-go-channel: true
Expand Down Expand Up @@ -152,7 +152,7 @@ go-channels:
path: ./src/github.com/snapcore/snapd

- name: Confirm required static checks passed
uses: .github/workflows/actions/combine-results
uses: ./src/github.com/snapcore/snapd/.github/workflows/actions/combine-results
with:
needs-json: ${{ toJSON(needs) }}

Expand Down Expand Up @@ -230,7 +230,7 @@ go-channels:
path: ./src/github.com/snapcore/snapd

- name: Confirm required unit tests passed
uses: .github/workflows/actions/combine-results
uses: ./src/github.com/snapcore/snapd/.github/workflows/actions/combine-results
with:
needs-json: ${{ toJSON(needs) }}

Expand Down

0 comments on commit 5765455

Please sign in to comment.