We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b3709 commit e0a62e0Copy full SHA for e0a62e0
1 file changed
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on: [pull_request]
4
5
jobs:
6
check:
7
- if: contains(github.base_ref,'HackYourFuture')
+ # if: contains(github.base_ref,'HackYourFuture')
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
@@ -15,6 +15,7 @@ jobs:
15
- run: npm install
16
- name: Echo week folder and run tests
17
run: |
18
+ echo ${{github.base_ref}}
19
export WEEK=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
20
echo Week: ${WEEK}
21
npm run test-${WEEK}
0 commit comments