diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23d005cdd..b26c94d49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true jobs: - build: + test-lemlib: runs-on: ubuntu-latest steps: - name: Checkout @@ -27,7 +27,25 @@ jobs: with: path: ./action/ - - name: test + - name: Test With Upload + Bonus Files uses: ./action/ with: library-name: LemLib + test-ez: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + repository: EZ-Robotics/EZ-Template + ref: v3.0.1 + + - name: Checkout + uses: actions/checkout@v4 + with: + path: ./action/ + + - name: Test With Upload + Bonus Files + uses: ./action/ + with: + library-name: EZ-Template