diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddc8ee61..2e831b65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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