Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Nov 21, 2020
1 parent f0fcdd2 commit f3c3fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
env:
DB: ${{ matrix.database }}
# TODO: Omitted MOODLE_BRANCH results in regex failure, investigate.
MOODLE_BRANCH: ${{ MOODLE_BRANCH }}
MOODLE_BRANCH: $MOODLE_BRANCH

- name: Run Integration tests
run: |
Expand Down

0 comments on commit f3c3fda

Please sign in to comment.