We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0eb20 commit 2b8a03bCopy full SHA for 2b8a03b
.github/workflows/test-all.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: yarn build
27
run: yarn build
28
- name: Set start timestamp env var
29
- run: echo "::set-env name=FIREBASE_CI_TEST_START_TIME::$(date +%s)"
+ run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
30
- name: Run unit tests
31
run: |
32
xvfb-run yarn test:ci
0 commit comments