Skip to content

Commit

Permalink
Add tests CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Aug 21, 2024
1 parent 0cd99d3 commit cb98717
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: TESTS

on:
push

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Build and run tests
run: make run_tests

0 comments on commit cb98717

Please sign in to comment.