commit | 47132c47b1550525f80110c835e87a4231f12340 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 07 15:48:26 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Sep 10 01:19:09 2022 -0400 |
tree | 253f1641cb00c5fd30d33c2535287851d2399195 | |
parent | 053860062bd250ca33c6c9b4c424f608c63856fd [diff] |
ci: add missing task name
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 490d372..2a0c83a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -47,8 +47,8 @@ # - build-prometheus-ethtool-exporter # - build-openstack-images steps: - - uses: actions/checkout@v3.0.2 - # TODO: run cleanup + - name: Checkout project + uses: actions/checkout@v3.0.2 - name: Set up Go uses: actions/setup-go@v3.3.0