Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 25, 2023
1 parent d29019d commit 3a5fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_without_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- id: generate_integration_tests_without_db
name: "Generate list of integration tests without DB"
run: poetry run -- nox -s generate_github_integration_tests_without_db_matrix > "$GITHUB_OUTPUT"
run: poetry run -- nox -s generate_github_integration_tests_without_db_matrix >> "$GITHUB_OUTPUT"
outputs:
test-path: ${{ toJSON(steps.generate_integration_tests_without_db.outputs.matrix) }}

Expand Down

0 comments on commit 3a5fa2a

Please sign in to comment.