Skip to content

Commit 3df1cbb

Browse files
committed
fix: unit test in ci
1 parent 373789b commit 3df1cbb

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
set-version:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
container:
1919
image: mcr.microsoft.com/dotnet/sdk:6.0
2020
outputs:
@@ -35,7 +35,7 @@ jobs:
3535
id: gitversion
3636

3737
pr:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
needs: set-version
4040
env:
4141
REVISION: $GITHUB_SHA

eirctl.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import:
44
contexts:
55
unit:test:
66
container:
7-
name: docker.io/dnitsch/aws-cli-auth-ci:0.6.0
7+
name: ghcr.io/devlabfoundry/aws-cli-auth-ci:0.2.0
88
entrypoint: /usr/bin/env
99
shell: sh
1010
shell_args:
@@ -13,7 +13,6 @@ contexts:
1313
exclude:
1414
- HOME
1515
- GO
16-
- TMP
1716

1817
pipelines:
1918
build:
@@ -58,7 +57,7 @@ tasks:
5857
command:
5958
- |
6059
mkdir -p .coverage
61-
export GOPATH=$PWD/.deps GOBIN=$PWD/.deps/bin
60+
export GOPATH="${PWD}/.deps" GOBIN="${PWD}/.deps/bin"
6261
go install github.com/jstemmer/[email protected]
6362
go install github.com/axw/gocov/[email protected]
6463
go install github.com/AlekSi/[email protected]

hack/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)