Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alteous committed Apr 23, 2024
1 parent 1814bc7 commit 81423e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Checkout glTF Sample Models
- name: Checkout glTF Sample Assets
uses: actions/checkout@v2
with:
repository: KhronosGroup/glTF-Sample-Models
path: glTF-Sample-Models
repository: KhronosGroup/glTF-Sample-Assets
path: glTF-Sample-Assets

- name: Tests
run: cargo test --all --all-features --release
Expand Down

0 comments on commit 81423e8

Please sign in to comment.