Skip to content

Commit

Permalink
Use 'Preview' for nightly network synchronization.
Browse files Browse the repository at this point in the history
  Testnet is gone. R.I.P.
  • Loading branch information
KtorZ committed Apr 27, 2023
1 parent 65f2aae commit 756b31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/network-synchronization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
sync_and_cache:
strategy:
matrix:
network: [ testnet ]
network: [ preview ]

runs-on: ubuntu-latest
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
id: date-time
shell: bash
run: |
echo "::set-output name=value::$(/bin/date -u "+%Y%m%d-%H%M%S")"
echo "name=$(/bin/date -u \"+%Y%m%d-%H%M%S\")" >> $GITHUB_OUTPUT
- name: 💾 Cache cardano-node DB
id: cache
Expand All @@ -37,4 +37,4 @@ jobs:
with:
db-dir: ${{ runner.temp }}/db-${{ matrix.network }}
network: ${{ matrix.network }}
version: v5.5.4_1.35.2
version: v5.5.4

0 comments on commit 756b31c

Please sign in to comment.