Skip to content

Commit

Permalink
first draft to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Jan 17, 2024
1 parent d732fa0 commit dccedc1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: tests ci
# This workflow runs the pipeline with the minimal test dataset to check
# is completed without any errors
on:
pull_request:

jobs:
test_ci:
name: Code testing
runs-on: ubuntu-latest

steps:
- name: Check out pipeline code
uses: actions/checkout@v4

- name: Install taranis
run: pip install .

- name: test analyze schema
run: taranis --help

0 comments on commit dccedc1

Please sign in to comment.