This commit is contained in:
vcerenu
2022-05-26 11:24:38 -03:00
parent bb11f13e86
commit d22547b9c5

View File

@@ -13,6 +13,9 @@ jobs:
- name: Build the docker-compose stack
run: ./build.sh
- name: Create enviroment variables
run: cat .env > $GITHUB_ENV
- name: Install Goss
uses: e1himself/goss-installation-action@v1.0.3
with: