Skip to content

Commit

Permalink
Remove tests for ETL from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a1d4r committed Mar 16, 2024
1 parent a3266ad commit 33e349e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_etl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: app
name: Test ETL

on:
push:
Expand Down Expand Up @@ -43,7 +43,3 @@ jobs:
- name: Run linters
run: make lint
working-directory: etl

- name: Run tests
run: make test
working-directory: etl

0 comments on commit 33e349e

Please sign in to comment.