Skip to content

Workflow file for this run

name: Test Packages
on:
push:
branches:
- '**'
pull_request:
branches:
[ main ]
jobs:
test-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout packages repository
uses: actions/checkout@v4
- name: Checkout tangram repository
uses: actions/checkout@v4
with:
repository: tangramdotdev/tangram
path: tangram
run: rustup update
run cargo build --release --manifest-path tangram/Cargo.toml

Check failure on line 23 in .github/workflows/test_packages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_packages.yml

Invalid workflow file

You have an error in your yaml syntax on line 23