Compare commits
5 Commits
57fb1ddb09
...
96f89486ad
| Author | SHA1 | Date |
|---|---|---|
|
|
96f89486ad | |
|
|
bc2be40c75 | |
|
|
7736c3e36e | |
|
|
61f8040b0d | |
|
|
4476f497cb |
|
|
@ -1,8 +1,7 @@
|
|||
name: Environment Setup Test
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
Setup:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
|
@ -14,3 +13,5 @@ jobs:
|
|||
sh scripts/get-docker.sh
|
||||
- name: Check if Docker was installed
|
||||
run: docker run hello-world
|
||||
- name: Clean up network (see #3)
|
||||
run: docker network rm main_subnet
|
||||
Loading…
Reference in New Issue