Skip to content

Commit

Permalink
test: more test
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 12, 2024
1 parent ba9e2fa commit ecdee48
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

- name: Check container ls
- name: Checkout repo
uses: actions/checkout@v4

- name: Check container
run: |
ls -alh
pwd
ls -alh
docker -h
wget -h

0 comments on commit ecdee48

Please sign in to comment.