Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolasalan committed Jun 18, 2023
1 parent 6dc73a9 commit 37aa5d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Build:
needs: [Checkout]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag navtech:latest
run: docker build . --file Dockerfile --tag navtech:latest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1 comment on commit 37aa5d4

@vercel
Copy link

@vercel vercel bot commented on 37aa5d4 Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

navtech – ./

navtech-rosy.vercel.app
navtech-nicolasalan.vercel.app
navtech-git-main-nicolasalan.vercel.app

Please sign in to comment.