Skip to content

Commit 9e973a4

Browse files
committed
ci: don't run unit-tests in GOPATH mode
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 43c3295 commit 9e973a4

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci-unit-test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,13 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
with:
19-
path: src/github.com/containerd/accelerated-container-image
2019
fetch-depth: 100
2120

2221
- name: install Go
2322
uses: actions/setup-go@v6
2423
with:
2524
go-version: '1.26'
2625

27-
- name: set env
28-
shell: bash
29-
run: |
30-
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
31-
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
32-
3326
- name: unit test
34-
working-directory: src/github.com/containerd/accelerated-container-image
3527
run: |
36-
sudo GO_TESTFLAGS=-v make test
28+
sudo GO_TESTFLAGS=-v make test

0 commit comments

Comments
 (0)