Add logging

This commit is contained in:
Thomas Hu
2020-08-18 22:18:30 -04:00
parent 6145016ec0
commit 7de38c9dc9

View File

@@ -10,6 +10,11 @@ jobs:
run: npm install run: npm install
- name: Run tests and collect coverage - name: Run tests and collect coverage
run: yarn run test-all run: yarn run test-all
- name: Echo env variables
run: |
echo $GITHUB_RUN_ID
echo $GITHUB_RUN_NUMBER
echo $GITHUB_ACTION
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: ./ uses: ./
with: with: