Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Atallah0 committed Nov 5, 2023
2 parents 177c511 + 98e9abf commit 877a173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches: ['main']

jobs:
test:
name: Run Jest Tests
test:
name: Run Jest Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,6 +46,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
needs: update_data
needs: update_data
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 877a173

Please sign in to comment.