-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert ":alembic: test what $PATH is after the action"
This reverts commit 607ff36.
- Loading branch information
Showing
1 changed file
with
68 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,68 @@ | ||
name: Test action | ||
on: | ||
push: | ||
paths-ignore: | ||
- .gitignore | ||
- README*.md | ||
- LICENSE | ||
- .github/** | ||
- "!.github/workflows/test.yml" | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test-lemlib: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: LemLib/LemLib | ||
ref: 6fc0838e0aa1de03d7864002888f5d874b691910 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ./action/ | ||
|
||
- name: Test With Upload + Bonus Files | ||
uses: ./action/ | ||
with: | ||
library-path: lemlib | ||
- name: Test print PATH | ||
run: echo $PATH | ||
|
||
test-lemlib-without-upload: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: LemLib/LemLib | ||
ref: 6fc0838e0aa1de03d7864002888f5d874b691910 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ./action/ | ||
|
||
- name: Test With Upload + Bonus Files | ||
uses: ./action/ | ||
|
||
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-path: EZ-Template | ||
name: Test action | ||
on: | ||
push: | ||
paths-ignore: | ||
- .gitignore | ||
- README*.md | ||
- LICENSE | ||
- .github/** | ||
- "!.github/workflows/test.yml" | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
test-lemlib: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: LemLib/LemLib | ||
ref: 6fc0838e0aa1de03d7864002888f5d874b691910 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ./action/ | ||
|
||
- name: Test With Upload + Bonus Files | ||
uses: ./action/ | ||
with: | ||
library-path: lemlib | ||
|
||
test-lemlib-without-upload: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: LemLib/LemLib | ||
ref: 6fc0838e0aa1de03d7864002888f5d874b691910 | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ./action/ | ||
|
||
- name: Test With Upload + Bonus Files | ||
uses: ./action/ | ||
|
||
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-path: EZ-Template |