Skip to content

Commit

Permalink
xx.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 15, 2023
1 parent e4f9bef commit 4691d73
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,21 @@ jobs:
- name: Add Toit to PATH
shell: bash
run: |
echo "PATH=$PATH:${{ steps.setup_constants.outputs.TOIT_INSTALL_DIR }}/toit/bin" >> $GITHUB_ENV
echo $PATH
echo ${{ steps.setup_constants.outputs.TOIT_INSTALL_DIR }}/toit/bin" >> $GITHUB_PATH
- name: Test it's available
run: |
toit.run --version
toit.run -s 'print "Hello world!"'
toit.compile --version
- name: Test it's available
shell: bash
run: |
toit.run --version
toit.run -s 'print "Hello world!"'
toit.compile --version
# strategy:
# matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 4691d73

Please sign in to comment.