Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Oct 9, 2024
1 parent 879d222 commit 97a0ffe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test_packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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

0 comments on commit 97a0ffe

Please sign in to comment.