From 002bec01d3cfeb8229cbe280c1b4f15caa359b81 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 16 Jun 2021 11:20:36 +0200 Subject: [PATCH] tests: get epochs/daily commit with ./wpt rev-list --- .github/workflows/wpt_epoch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 84743c568b..87dcd510ec 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -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)