Skip to content

Commit 5e66e56

Browse files
authored
chore(ci): set env var correctly on windows (#355)
* set env var correctly on windows * split * use bash
1 parent f787b81 commit 5e66e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232
- name: Sets env vars
3333
if: github.event_name == 'pull_request'
3434
run: echo "SINCE_REF=remotes/origin/main" >> $GITHUB_ENV
35+
shell: bash
3536

3637
# On main we run all the checks with changes since the last commit
3738
- name: Sets env vars (main)
3839
if: github.event_name != 'pull_request'
3940
run: echo "SINCE_REF=HEAD~1" >> $GITHUB_ENV
41+
shell: bash
4042

4143
- name: Install Deps Ubuntu
4244
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)