Skip to content

Commit

Permalink
fixup yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Nov 11, 2024
1 parent 41d7aae commit 4d70b6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env: ACTIONS_UNIT_TESTS: "1"
env:
ACTIONS_UNIT_TESTS: "1"
steps:

- name: Apt Install Dependencies
Expand Down

0 comments on commit 4d70b6d

Please sign in to comment.