File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ strategy:
35
35
steps :
36
36
- uses : actions/checkout@v2
37
37
38
- - id : date
38
+ - id : date-time
39
39
shell : bash
40
40
run : |
41
- echo "::set-output name=value::$(/bin/date -u "+%Y%m%d")"
41
+ echo "::set-output name=value::$(/bin/date -u "+%Y%m%d-%H%M%S ")"
42
42
43
43
- uses : actions/cache@v2
44
44
with :
45
- path : ${{ runner.temp }}/db
46
- key : cardano-node-${{ matrix.network }}-${{ steps.date.outputs.value }}
45
+ path : ${{ runner.temp }}/db-${{ matrix.network }}
46
+ key : cardano-node-${{ matrix.network }}-${{ steps.date-time .outputs.value }}
47
47
restore-keys : |
48
48
cardano-node-${{ matrix.network }}
49
49
50
50
- uses : CardanoSolutions/cardano-node-ogmios-docker-sync@v1
51
51
with :
52
- db-dir : ${{ runner.temp }}/db
52
+ db-dir : ${{ runner.temp }}/db-${{ matrix.network }}
53
53
network : ${{ matrix.network }}
54
54
` ` `
You can’t perform that action at this time.
0 commit comments