Compare commits
No commits in common. "96f89486addb2ef0494b34bfe5506c390658890d" and "57fb1ddb09ce7855d0446f5d8bc4c5deb6e5c7fd" have entirely different histories.
96f89486ad
...
57fb1ddb09
|
|
@ -1,7 +1,8 @@
|
|||
name: Environment Setup Test
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Setup:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
|
@ -13,5 +14,3 @@ 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