Skip to content

Commit

Permalink
Update GitHub Actions workflow for testing backend
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-schreiber committed May 1, 2024
1 parent 6564d6d commit 3c36d1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Testing Backend 🧪
run-name: Test Backend
on: [push]
name: Backend setup and test 🧪
run-name: Backend setup and test
on: [push, pull_request]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- run: docker pull python:3.9-slim
- name: Install dependencies
run: npm install
- name: Pull images
run: npm run pull-images
- name: Run tests
run: npm test


0 comments on commit 3c36d1d

Please sign in to comment.