Skip to content

Commit a22ecda

Browse files
authored
Change maintenance test application
1 parent fb51a59 commit a22ecda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
cd applications;
1818
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/LunoKit.md";
1919
cd ../maintenance;
20-
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/wasm-opt-for-rust.md"
20+
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/substrate-interface-maintenance.md"
2121
- name: Test action with normal application
2222
uses: ./
2323
with:
2424
path: applications/LunoKit.md
2525
- name: Test action with maintenance application
2626
uses: ./
2727
with:
28-
path: maintenance/wasm-opt-for-rust.md
28+
path: maintenance/substrate-interface-maintenance.md

0 commit comments

Comments
 (0)