This commit is contained in:
parent
5442fe40cc
commit
abd38f2b9a
@ -12,17 +12,11 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 80
|
- 80
|
||||||
volumes:
|
volumes:
|
||||||
- my_docker_volume:/volume_mount
|
- workspace:/workspace
|
||||||
options: --cpus 1
|
options: --cpus 1
|
||||||
steps:
|
steps:
|
||||||
- name: Test fuzzy controller
|
- name: Test fuzzy controller
|
||||||
run: |
|
run: |
|
||||||
echo "current"
|
|
||||||
pwd
|
|
||||||
echo "second"
|
|
||||||
ls -la
|
ls -la
|
||||||
echo "third"
|
|
||||||
echo ${{ gitea.workspace }}
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
./gradlew test
|
./gradlew test
|
Loading…
x
Reference in New Issue
Block a user