Skip to content

Commit

Permalink
Merge pull request #540 from josephschorr/image-tests-only
Browse files Browse the repository at this point in the history
Have the Docker-image based test suite run solely those tests
  • Loading branch information
josephschorr authored Apr 19, 2022
2 parents c72a964 + 7cd4d46 commit 9fd364a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
branches:
- "main"
paths:
- ".github/workflows/build.yaml"
- ".github/workflows/build-test.yaml"
- "buf.gen.yaml"
- "buf.work.yaml"
- "Dockerfile"
Expand All @@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
branches:
- "*"
paths:
- ".github/workflows/build.yaml"
- ".github/workflows/build-test.yaml"
- "buf.gen.yaml"
- "buf.work.yaml"
- "Dockerfile"
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: "authzed/actions/docker-build@main"
- uses: "authzed/actions/go-test@main"
with:
working_directory: "cmd/spicedb"
tags: "docker"

unit:
Expand Down

0 comments on commit 9fd364a

Please sign in to comment.