Skip to content

Commit 2c7925d

Browse files
authored
Change test application to reflect updated structure
1 parent ec8e7c1 commit 2c7925d

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
@@ -15,7 +15,7 @@ jobs:
1515
mkdir applications;
1616
mkdir maintenance;
1717
cd applications;
18-
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/AdMeta.md";
18+
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/Lollipop.md";
1919
cd ../maintenance;
2020
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/wasm-opt-for-rust.md"
2121
- name: Test action with normal application
@@ -25,4 +25,4 @@ jobs:
2525
- name: Test action with maintenance application
2626
uses: ./
2727
with:
28-
path: maintenance/wasm-opt-for-rust.md
28+
path: maintenance/wasm-opt-for-rust.md

0 commit comments

Comments
 (0)