Skip to content

Commit

Permalink
Test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceBlin committed Sep 6, 2023
1 parent a67b09d commit 983d7be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: test-docker

jobs:
build-with-llvm:
runs-on: gcp-llvm-runner
container:
image: clang-debian11:staging
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
- name: Check for files
run: (ls -alh / && ls -alh /home && ls -alh /opt)

0 comments on commit 983d7be

Please sign in to comment.