Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Jan 8, 2025
1 parent 1951878 commit 780a94c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:

container-test-job:
runs-on: ubuntu-latest
container: node:latest
container: alpine:latest
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
run: |
(ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
apk add pkgconf xz-dev
- name: ⤵️ Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 780a94c

Please sign in to comment.