Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gushmazuko committed Apr 17, 2024
1 parent 8c82f15 commit 354cde4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ jobs:
options: --user root

steps:
- name: investigate
run: |
pwd
whoami
ls -la
id -u
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Set environment variables
run: |
Expand Down

0 comments on commit 354cde4

Please sign in to comment.