pred prvnim
This commit is contained in:
@@ -11,7 +11,16 @@ jobs:
|
||||
smoke-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "runner funguje"
|
||||
- run: uname -a
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Repo layout
|
||||
run: |
|
||||
test -f docker-compose.yml
|
||||
test -f deploy/docker-compose.yml
|
||||
test -x deploy/deploy.sh
|
||||
|
||||
- name: Runner info
|
||||
run: |
|
||||
uname -a
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
Reference in New Issue
Block a user