Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyashtrikul committed Mar 2, 2022
1 parent 1271f37 commit 2026f5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
run: |
make deps
git clone https://github.com/sstephenson/bats.git --branch v0.4.0 --depth 1 "${HOME}/bats"
export "PATH=${PATH}:${HOME}/bats/bin"
- name: Test
run: |
make fmt
git diff --exit-code ':(exclude)go.sum'
make test
PATH="${PATH}:${HOME}/bats/bin" make test
- name: Build
run: |
mkdir -p dist
Expand Down

0 comments on commit 2026f5b

Please sign in to comment.