[CI] Use 3rd party image for the build and remove test action
All checks were successful
Build / Build (push) Successful in 5m39s
All checks were successful
Build / Build (push) Successful in 5m39s
This commit is contained in:
parent
43da84896d
commit
e2f294d402
@ -6,17 +6,14 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: zmkfirmware/zmk-build-arm:stable
|
image: ghcr.io/bcdevices/zephyr:latest
|
||||||
name: Build
|
name: Build
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update;
|
apt-get update;
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
nodejs \
|
nodejs
|
||||||
zip \
|
|
||||||
openssl \
|
|
||||||
ca-certificates
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
on: [push, pull_request, workflow_dispatch]
|
|
||||||
|
|
||||||
name: Test
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: ghcr.io/bcdevices/zephyr:latest
|
|
||||||
name: Build
|
|
||||||
steps:
|
|
||||||
- name: Install Dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update;
|
|
||||||
apt-get upgrade --yes
|
|
||||||
apt-get install --yes --no-install-recommends \
|
|
||||||
nodejs
|
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Create some File
|
|
||||||
run: echo "lalala" > test.txt
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
path: test.txt
|
|
||||||
name: test.txt
|
|
||||||
if-no-files-found: ignore
|
|
Loading…
Reference in New Issue
Block a user