Browse Source

Try to build container with GitHub Actions

pull/253/head
Anatoli Babenia 5 years ago
committed by GitHub
parent
commit
2bed107b4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/tests-ubuntu.yml

8
.github/workflows/tests-ubuntu.yml

@ -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
Loading…
Cancel
Save