diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eaeeaaf..74d05f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,9 @@ name: Tests and Build exe on: push -env: - GITHUB_ACTIONS_RUNNER: runner jobs: tests: + env: + GITHUB_ACTIONS_RUNNER: runner runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |