Skip to content

Commit

Permalink
GitHub action environment corrected to build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed Dec 21, 2023
1 parent fda059a commit 389d9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: ceedling
environment: build
container:
image: feabhas/ceedling
options: -u 1001
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
cp build/artifacts/gcov/*.xml build/test-reports/
check:
runs-on: ubuntu-latest
environment: ceedling
environment: build
container:
image: feabhas/alpine-lizard:1.1
options: -u 1001
Expand All @@ -62,7 +62,7 @@ jobs:
lizard
lint:
runs-on: ubuntu-latest
environment: ceedling
environment: build
container:
image: feabhas/oclint-0.13
options: -u 1001
Expand Down

0 comments on commit 389d9d5

Please sign in to comment.