Skip to content

Commit

Permalink
tests: get epochs/daily commit with ./wpt rev-list (denoland#11002)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jun 16, 2021
1 parent ac431ca commit 8e4a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpt_epoch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e4a70c

Please sign in to comment.