Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have the Docker-image based test suite run solely those tests #540

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

josephschorr
Copy link
Member

No description provided.

@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Apr 19, 2022
@@ -52,7 +52,8 @@ jobs:
go-version: "^1.17"
- uses: "authzed/actions/docker-build@main"
- uses: "authzed/actions/go-test@main"
with:
working-directory: "cmd/spicedb"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, working-directory doesn't work with use.
All of our actions do support the following though:

with:
  working_directory: "path"

@josephschorr josephschorr marked this pull request as ready for review April 19, 2022 16:35
@josephschorr josephschorr requested a review from a team as a code owner April 19, 2022 16:35
@josephschorr josephschorr merged commit 9fd364a into authzed:main Apr 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants