Skip to content

Commit

Permalink
[+] add E2E tests to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jan 17, 2024
1 parent 43a9f3c commit 95d23fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
go version
go build
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: etcd ncat
version: 1.0

- name: Test E2E
if: runner.os == 'Linux'
run: |
test/behaviour_test.sh
- name: Run GoReleaser
if: runner.os == 'Linux'
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 95d23fb

Please sign in to comment.