Remove unused parameters
This commit is contained in:
11
.github/workflows/test-builds.yml
vendored
11
.github/workflows/test-builds.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
# Knutwurst Base Environments
|
# Knutwurst Base Environments
|
||||||
|
|
||||||
#- i3_MEGA_1stgen
|
- i3_MEGA_1stgen
|
||||||
#- i3_MEGA_1stgen_TMC
|
#- i3_MEGA_1stgen_TMC
|
||||||
#- i3_MEGA_1stgen_BLTOUCH_10
|
#- i3_MEGA_1stgen_BLTOUCH_10
|
||||||
#- i3_MEGA_1stgen_BLTOUCH_11
|
#- i3_MEGA_1stgen_BLTOUCH_11
|
||||||
@@ -93,14 +93,9 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: |
|
run: platformio run --environment ${{ matrix.platform }}
|
||||||
platformio run --environment ${{ matrix.platform }}
|
|
||||||
|
|
||||||
- name: Create artifact dir
|
- name: Archive production artifacts
|
||||||
run: |
|
|
||||||
mkdir -partifacts
|
|
||||||
|
|
||||||
- name: Archive production artifacts
|
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.platform }}.hex
|
name: ${{ matrix.platform }}.hex
|
||||||
|
Reference in New Issue
Block a user