Skip to content

Commit fb51a59

Browse files
authored
Change test application
1 parent 2c2d63f commit fb51a59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
mkdir applications;
1616
mkdir maintenance;
1717
cd applications;
18-
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/Lollipop.md";
18+
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/LunoKit.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
2222
uses: ./
2323
with:
24-
path: applications/Lollipop.md
24+
path: applications/LunoKit.md
2525
- name: Test action with maintenance application
2626
uses: ./
2727
with:

0 commit comments

Comments
 (0)