Skip to content

Commit

Permalink
chore: download observatory for tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
  • Loading branch information
peterpeterparker committed Aug 30, 2024
1 parent cd89956 commit 3f72fe5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'src/satellite/**'
- 'src/orbiter/**'
- 'src/console/**'
- 'src/observatory/**'
- 'src/mission_control/**'
- 'src/libs/**'
- 'src/tests/**'
Expand Down Expand Up @@ -39,6 +40,10 @@ jobs:
wasm: console.wasm.gz
target: scratch_console

- name: observatory
wasm: observatory.wasm.gz
target: scratch_observatory

- name: mission_control
wasm: mission_control.wasm.gz
target: scratch_mission_control
Expand Down Expand Up @@ -96,6 +101,12 @@ jobs:
name: console.wasm.gz
path: .

- name: Download observatory.wasm.gz
uses: actions/download-artifact@v4
with:
name: observatory.wasm.gz
path: .

- name: Download mission_control.wasm.gz
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3f72fe5

Please sign in to comment.