aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Santiago <danysantiago@google.com>2021-01-27 11:49:48 -0800
committerDagger Team <dagger-dev+copybara@google.com>2021-01-27 11:51:15 -0800
commit1b3c19d521c66b615fe5dde64b93b4a57116ed3a (patch)
tree38d59b1d9391e4bf7d5b479972b24305dede2d6a /.github
parent25b6783d0ddb8d457fe5b9ec6013723bb5d5060a (diff)
downloaddagger2-1b3c19d521c66b615fe5dde64b93b4a57116ed3a.tar.gz
In the Github Workflow add the matrix AGP value in the job name.
RELNOTES=n/a PiperOrigin-RevId: 354137828
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 21654a2f3..89e1ecf20 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
run: ./util/run-local-gradle-tests.sh
shell: bash
artifact-emulator-tests:
- name: 'Artifact emulator tests'
+ name: 'Artifact emulator tests (AGP ${{ matrix.agp }})'
needs: bazel-test
runs-on: ubuntu-latest
strategy: