Skip to content

Download artifact correctly #11

Download artifact correctly

Download artifact correctly #11

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [3.3, 3.1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cargo-cache: true
- run: bundle exec rake compile
- run: bundle exec rake download:files
- run: bundle exec rake test