Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
ci: fix build problems due to checkout
Browse files Browse the repository at this point in the history
Sometimes, the CI check fails, for weird reasons, almost because it can't find the coverage report, apparently, it is the fault of checkout@v1. coverallsapp/github-action#55
  • Loading branch information
vighnesh153 authored Mar 3, 2022
1 parent 61eddbd commit bd2e33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out code
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit bd2e33d

Please sign in to comment.