Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 9, 2024
1 parent 6dd7fbb commit a96e83d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: LemLib/LemLib
ref: 6fc0838e0aa1de03d7864002888f5d874b691910

- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -24,5 +30,4 @@ jobs:
- name: test
uses: ./action/
with:
repository: LemLib/LemLib
library-name: LemLib
12 changes: 0 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,13 @@ name: Pros Build
description: Automatically build pros projects

inputs:
repository:
description: Target repository
required: false
default: ${{ github.repository }}
library-name:
required: false
default: null

runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ inputs.repository }}
path: ./pros-project
- run: cp -r ./pros-project/* ./ # its incredibly silly that I have to do this but otherwise it interferes with other checkouts
shell: bash

- name: Check If Template
id: template
run: |
Expand Down

0 comments on commit a96e83d

Please sign in to comment.