mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
tests: get epochs/daily commit with ./wpt rev-list (#11002)
This commit is contained in:
parent
ac431ca076
commit
8e4a70c7e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wpt_epoch.yml
vendored
2
.github/workflows/wpt_epoch.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: |
|
||||
git remote set-branches origin '*'
|
||||
git fetch origin
|
||||
git checkout origin/epochs/daily
|
||||
git checkout $(./wpt rev-list --epoch 1d)
|
||||
git checkout -b epochs/daily
|
||||
|
||||
- name: Configure hosts file for WPT (unix)
|
||||
|
|
Loading…
Reference in a new issue