Skip to content

Commit

Permalink
update AS data before make
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed Jul 29, 2024
1 parent cd271f6 commit db5d9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Make all (go generate, build + test)
run: make all

- name: Update AS Data
run: ./updateASData.sh

- name: Make all (go generate, build + test)
run: make all

- name: Smoke Test
run: sudo timeout --preserve-status --signal=INT 10s ./bin/amd64/socket-connect-bpf -a

Expand Down

0 comments on commit db5d9e7

Please sign in to comment.