Skip to content

Commit 619ba9e

Browse files
committed
fix: comment out unused environment variables in run-tests.yml
1 parent 2278b0f commit 619ba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- name: Run tests
2525
uses: nvim-neorocks/nvim-busted-action@v1
26-
env:
26+
# env:
2727
# If env vars are use in tests, define them here and on GitHub in repo settings
2828
# EXAMPLE_ENV_VAR: ${{ secrets.EXAMPLE_ENV_VAR }}
2929
with:

0 commit comments

Comments
 (0)