1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26: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 Igor Chubin
parent 1e5803aefe
commit 3cc9338d50
+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