fixing scripts path

This commit is contained in:
Baptiste Augrain
2021-03-10 16:56:14 +01:00
parent 3e50a25606
commit c3f50a8efe
5 changed files with 22 additions and 5 deletions

View File

@@ -43,8 +43,7 @@ jobs:
run: npm install -g yarn
- name: Check PR or cron
run: |
. check_cron_or_pr.sh
run: ./check_cron_or_pr.sh
- name: Clone VSCode repo
run: ./get_repo.sh

View File

@@ -35,8 +35,8 @@ jobs:
python-version: '2.x'
- name: Check PR or cron
run: |
. check_cron_or_pr.sh
run: ./check_cron_or_pr.sh
shell: bash
- name: Clone VSCode repo
run: ./get_repo.sh