Skip to content

Commit

Permalink
Keep GITHUB_REPOSITORY variable when running tests
Browse files Browse the repository at this point in the history
This variable is used by BuildBuddy to associate a build with a repository.
  • Loading branch information
avdv committed May 31, 2022
1 parent 178ad0e commit ce2b03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
EOF
- name: Build & test
run: |
nix-shell --pure --run '
nix-shell --pure --keep GITHUB_REPOSITORY --run '
set -euo pipefail
dirs=(
.
Expand Down

0 comments on commit ce2b03b

Please sign in to comment.