We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30036bb commit 8eb48b4Copy full SHA for 8eb48b4
.github/workflows/main.yaml
@@ -34,6 +34,7 @@ env:
34
.github
35
cobalt/build
36
cobalt/docker
37
+ cobalt/testing/browser_tests/tools
38
cobalt/testing/filters
39
cobalt/tools
40
@@ -437,7 +438,7 @@ jobs:
437
438
gsutil -m cp -r "${GCS_PATH}*" artifacts/
439
440
# Dockerfile expects cobalt_browsertests_artifacts.tar.gz in the context.
- cp cobalt/src/cobalt/testing/browser_tests/tools/Dockerfile artifacts/
441
+ cp cobalt/testing/browser_tests/tools/Dockerfile artifacts/
442
cd artifacts/
443
444
TAG="${{ github.run_id }}-${PLATFORM}-${CONFIG}"
0 commit comments