Skip to content

Commit 2b8a03b

Browse files
authored
Update disabled setenv command (#4169)
1 parent 1e0eb20 commit 2b8a03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: yarn build
2727
run: yarn build
2828
- name: Set start timestamp env var
29-
run: echo "::set-env name=FIREBASE_CI_TEST_START_TIME::$(date +%s)"
29+
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
3030
- name: Run unit tests
3131
run: |
3232
xvfb-run yarn test:ci

0 commit comments

Comments
 (0)