Skip to content

Commit

Permalink
Merge pull request #18 from CESNET/BorisYourich-patch-2
Browse files Browse the repository at this point in the history
Create ci.yaml
  • Loading branch information
BorisYourich authored Sep 26, 2024
2 parents ef18627 + 0110192 commit e80a3de
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci

on: [push, pull_request]

jobs:

deployment-test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:

- name: check out repository
uses: actions/checkout@v4

- name: run docker compose
run: |
docker compose up -d --build

0 comments on commit e80a3de

Please sign in to comment.