Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna-Hinn committed Nov 5, 2023
2 parents e001e36 + 9fb3d2c commit 4c1fd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches: ['main']

jobs:
test:
name: Run Jest Tests
test:
name: Run Jest Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,8 +43,7 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
needs: update_data
needs: update_data
needs: import_data
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion utils/constants/addressSeeder.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = [
{
'id': 1,
'street': '1234 Main S',
'street': '1234 Main St',
'postalCode': '12345',
'state': 'California',
'city': 'Los Angeles',
Expand Down

0 comments on commit 4c1fd7e

Please sign in to comment.