1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Try to build container with GitHub Actions

This commit is contained in:
Anatoli Babenia
2020-11-13 15:31:29 +03:00
committed by GitHub
parent fdb1deea76
commit 2bed107b4e
+6 -2
View File
@@ -10,9 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
@@ -21,3 +19,9 @@ jobs:
run: python lib/fetch.py fetch-all
- name: run tests
run: bash tests/run-tests.sh
docker:
runs-on: ubuntu-20.04
steps:
- run: docker-compose build