Skip to content

Commit

Permalink
Switch test action to use shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Apr 26, 2022
1 parent df0bc3e commit b9ea675
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yaml
Expand Up @@ -26,13 +26,14 @@ jobs:
name: "Test"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-go@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-go@v3"
with:
go-version: "^1.16"
- uses: "authzed/action-testserver@v3"
- name: "go test"
run: "go test -tags integration ./..."
go-version: "~1.18"
- uses: "authzed/action-spicedb@v1"
- uses: "authzed/actions/go-test@main"
with:
tags: "integration"

protobuf:
name: "Generate Protobufs"
Expand Down

0 comments on commit b9ea675

Please sign in to comment.