Skip to content

Migrate to new roc #137

Migrate to new roc

Migrate to new roc #137

Workflow file for this run

on:
pull_request:
workflow_dispatch:
# this cancels workflows currently in progress if you start a new one
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Do not add permissions here! Configure them at the job level!
permissions: {}
jobs:
test-examples-ubuntu:
runs-on: [ubuntu-24.04]
steps:
- uses: actions/checkout@v4
- uses: roc-lang/setup-roc@39c354a6a838a0089eea9068a0414f49b62c5c08
with:
# Note: nightly hashes are not verified because they are updated regularly.
version: nightly
- run: roc version
# expect for testing
- run: sudo apt install -y expect
- run: expect -v
# Run all tests
- run: ROC=roc ./ci/all_tests.sh