Skip to content

Commit

Permalink
Migrate make test tests to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Apr 12, 2024
1 parent ce70803 commit dc014e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update && apt-get install --yes --no-install-recommends make python3-pip
apt-get update && apt-get install --yes --no-install-recommends make python3-pip sudo
pip install -r test-requirements.txt
- name: Run lint checks
run: |
make lint
make lint
- name: Run tests
run: |
make install-deps
make test

0 comments on commit dc014e8

Please sign in to comment.