We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278b0f commit 619ba9eCopy full SHA for 619ba9e
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v3
24
- name: Run tests
25
uses: nvim-neorocks/nvim-busted-action@v1
26
- env:
+ # env:
27
# If env vars are use in tests, define them here and on GitHub in repo settings
28
# EXAMPLE_ENV_VAR: ${{ secrets.EXAMPLE_ENV_VAR }}
29
with:
0 commit comments