Skip to content

Commit

Permalink
Same steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaqueuCavalcante committed Oct 11, 2024
1 parent b839a77 commit 75f6cb8
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .github/workflows/pr.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
name: PR Tests

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

services:
postgres:
image: postgres
Expand Down Expand Up @@ -80,21 +84,8 @@ jobs:
- name: Upload Artifact
uses: actions/[email protected]
with:
path: "./coverage"

deploy-coverage:
runs-on: ubuntu-latest
needs: tests
path: .

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

0 comments on commit 75f6cb8

Please sign in to comment.