Skip to content

Commit 0d6fef7

Browse files
committed
test(e2e-runner): install oasdiff before unit tests
1 parent 88b28ca commit 0d6fef7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2e-runner-smoke.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
echo "== docker =="; docker --version
1515
echo "== python =="; python3.12 --version
1616
echo "== uname =="; uname -a
17+
- uses: actions/setup-go@v5
18+
with:
19+
go-version: '1.22'
20+
- name: Install oasdiff
21+
run: GOBIN=/usr/local/bin sudo -E env "PATH=$PATH" go install github.com/oasdiff/oasdiff@latest
1722
- name: npm ci
1823
run: npm ci --ignore-scripts
1924
- name: unit tests

0 commit comments

Comments
 (0)