Skip to content

Commit

Permalink
Add acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
llamaonduty committed Apr 30, 2023
1 parent aacf675 commit 6f3a8cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@ jobs:
*.args.BUILD_VERSION=${{ env.tag_name }}
*.args.BUILD_DATE=${{ env.build_date }}
*.platform=linux/arm64,linux/amd64
acceptance_test:
name: Acceptance Test
needs: [goreleaser, docker]
runs-on: ubuntu-latest
steps:
- name: Install GuardLlama
run: |
curl -sfL https://get.guardllama.net | sh -

0 comments on commit 6f3a8cc

Please sign in to comment.