Skip to content

Commit 4755853

Browse files
committed
Rename + create folder
1 parent 3786d4f commit 4755853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo test --locked --all-features --all-targets
3434
network:
3535
runs-on: ubuntu-latest
36-
name: ubuntu / ${{ matrix.toolchain }}
36+
name: ubuntu / ${{ matrix.toolchain }} / network-config
3737
strategy:
3838
matrix:
3939
toolchain: [
@@ -54,6 +54,7 @@ jobs:
5454
# https://twitter.com/jonhoo/status/1571290371124260865
5555
- name: cargo test network config
5656
run: |
57+
mkdir ~/.cw-orchestrator
5758
cp cw-orch-daemon/tests/mock_networks.toml ~/.cw-orchestrator/networks.toml
5859
cargo test --locked --package cw-orch-daemon --lib -- network_config::test --ignored
5960
docs:

0 commit comments

Comments
 (0)