diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-17 17:08:07 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-17 17:08:07 +0100 |
commit | ba1dad31452223f992bb1b28e73c838294247486 (patch) | |
tree | eb3eeaa5e5d52dda7932105b6c6d9e51ee659f1c /.github/workflows/tests.yml | |
parent | ee4d05ddd41b6d9874577d494b3328cdfa733ba0 (diff) |
getting desperate now...
Diffstat (limited to '')
-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 |