Skip to content

Commit

Permalink
Create container-test-job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Dec 13, 2024
1 parent 292876f commit 5cdb13e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/container-test-job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on:
workflow_dispatch:
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: node:18
env:
NODE_ENV: development
options: --cpus 1
steps:
- name: Check dockerenv with sudo
run: sudo ls /.dockerenv || echo No dockerenv

0 comments on commit 5cdb13e

Please sign in to comment.