Update nym_wallet.yml

line spacing between on push and defaults
This commit is contained in:
Tommy Verrall
2021-10-22 15:38:42 +01:00
committed by GitHub
parent a28ad4f81a
commit ca0ed3594f
+2 -2
View File
@@ -4,15 +4,15 @@ on:
push:
paths:
- '/tauri-wallet/*'
defaults:
run:
working-directory: tauri-wallet/
working-directory: tauri-wallet
jobs:
test:
name: wallet tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2