File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 ref : ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
6363 - name : Set env.NODE
6464 run : echo "NODE=$(which node)" >> $GITHUB_ENV
65- - name : Set env.WPT_DAILY_REF
65+ - name : Set env.WPT_REVISION
6666 env :
6767 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
6969
7070 # replace checked out WPT with the synchronized branch
7171 - name : Remove stale WPT
7878 persist-credentials : false
7979 path : test/fixtures/wpt
8080 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 }}
8582
8683 - name : Run WPT and generate report
8784 run : make test-wpt-report || true
You can’t perform that action at this time.
0 commit comments