This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Test Workflow run in Container
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
steps:
|
||||
- name: Check if in Arch Container...
|
||||
run: cat /etc/os-release
|
||||
Reference in New Issue
Block a user