Skip to content

Commit

Permalink
use magic run
Browse files Browse the repository at this point in the history
  • Loading branch information
saviorand committed Sep 13, 2024
1 parent 5135846 commit e31def3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: |
curl -ssL https://magic.modular.com | bash
source $HOME/.bash_profile
- name: Run the test suite
run: mojo run_tests.mojo
run: magic run mojo run_tests.mojo

package:
name: Create package
Expand All @@ -41,8 +42,10 @@ jobs:
run: |
curl -ssL https://magic.modular.com | bash
source $HOME/.bash_profile
- name: Run the package command
run: mojo package lightbug_http -o lightbug_http.mojopkg
run: magic run mojo package lightbug_http -o lightbug_http.mojopkg

- name: Upload package to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit e31def3

Please sign in to comment.