Skip to content

Commit

Permalink
Fix TypeScript test target network.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 21, 2023
1 parent 3ebd153 commit 49a9fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
cardano-node-ogmios-${{ matrix.network }}-
- name: 🔬 Test
if: matrix.network == 'testnet'
if: matrix.network == 'preview'
working-directory: clients/TypeScript
shell: bash
env:
Expand Down

0 comments on commit 49a9fac

Please sign in to comment.