mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
build: fix cache key for saving IANA files
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -239,7 +239,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
orchestrator/clickhouse/data/udp.csv
|
orchestrator/clickhouse/data/udp.csv
|
||||||
orchestrator/clickhouse/data/tcp.csv
|
orchestrator/clickhouse/data/tcp.csv
|
||||||
key: ${{ steps.step.outputs.iana-cache-key }}-${{ matrix.go-version }}
|
key: ${{ steps.setup.outputs.iana-cache-key }}-${{ matrix.go-version }}
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user