File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
62
62
ref : ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
63
63
- name : Set env.NODE
64
64
run : echo "NODE=$(which node)" >> $GITHUB_ENV
65
- - name : Set env.WPT_DAILY_REF
65
+ - name : Set env.WPT_REVISION
66
66
env :
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
- run : echo "WPT_DAILY_REF =$(gh api /repos/web-platform-tests/wpt/branches/epochs/daily --jq '.commit.sha')" >> $GITHUB_ENV
68
+ run : echo "WPT_REVISION =$(gh api /repos/web-platform-tests/wpt/branches/epochs/daily --jq '.commit.sha')" >> $GITHUB_ENV
69
69
70
70
# replace checked out WPT with the synchronized branch
71
71
- name : Remove stale WPT
78
78
persist-credentials : false
79
79
path : test/fixtures/wpt
80
80
clean : false
81
- ref : ${{ env.WPT_DAILY_REF }}
82
- - name : Set env.WPT_REVISION
83
- run : echo "WPT_REVISION=$(git rev-parse HEAD)" >> $GITHUB_ENV
84
- working-directory : test/fixtures/wpt
81
+ ref : ${{ env.WPT_REVISION }}
85
82
86
83
- name : Run WPT and generate report
87
84
run : make test-wpt-report || true
You can’t perform that action at this time.
0 commit comments