Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 15, 2023
1 parent 6082a0c commit a2e39f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Simple github action workflow.

on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- id: toit_setup
uses: toitlang/action-setup@1a3996d615e120ce68e9eb64cefdc0c070f71f9a
- run: |
echo ${{ steps.toit_setup.outputs.toit-url }}
echo ${{ steps.toit_setup.outputs.toit-install-dir }}
toit.run -s 'print "Hello world!"'
toit.compile --version

0 comments on commit a2e39f5

Please sign in to comment.