Skip to content

Commit 8eb48b4

Browse files
committed
ci: Fix Dockerfile path and sparse-checkout in docker-browsertests-image
- Add cobalt/testing/browser_tests/tools to CI_ESSENTIALS. - Update cp command to use the correct relative path for the Dockerfile.
1 parent 30036bb commit 8eb48b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
.github
3535
cobalt/build
3636
cobalt/docker
37+
cobalt/testing/browser_tests/tools
3738
cobalt/testing/filters
3839
cobalt/tools
3940
@@ -437,7 +438,7 @@ jobs:
437438
gsutil -m cp -r "${GCS_PATH}*" artifacts/
438439
439440
# Dockerfile expects cobalt_browsertests_artifacts.tar.gz in the context.
440-
cp cobalt/src/cobalt/testing/browser_tests/tools/Dockerfile artifacts/
441+
cp cobalt/testing/browser_tests/tools/Dockerfile artifacts/
441442
cd artifacts/
442443
443444
TAG="${{ github.run_id }}-${PLATFORM}-${CONFIG}"

0 commit comments

Comments
 (0)