Skip to content

Commit

Permalink
Merge pull request #78 from serlo/ci
Browse files Browse the repository at this point in the history
chore(ci): add sleep before test
  • Loading branch information
hugotiburtino authored Oct 2, 2024
2 parents 603a545 + 6f94b89 commit 3b7fd9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set environment variables for development
if: ${{ github.ref_name == 'development' }}
run: |
Expand Down Expand Up @@ -43,4 +40,4 @@ jobs:
supervisorctl restart serlo-app
- name: Test deployment successful
run: curl ${{ env.DOMAIN }} | grep NO_LTIK_OR_IDTOKEN_FOUND
run: sleep 2 && curl ${{ env.DOMAIN }} | grep NO_LTIK_OR_IDTOKEN_FOUND

0 comments on commit 3b7fd9a

Please sign in to comment.