Skip to content

Commit

Permalink
remove test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Jun 5, 2024
1 parent f9c74d5 commit 13cfd98
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Tests are executed and coverage reports are emitted as to the action summary
# A dependent workflow which uses workflow_run as a trigger reads the archived outputs and emits comments to the PR triggering this build

name: Build pr
name: Build and Test

on:
push:
branches: [main, chore/**]
branches: [main, next/**]
pull_request:
branches: [main, chore/**]
branches: [main, next/**]

permissions:
pull-requests: write
Expand Down Expand Up @@ -88,9 +88,6 @@ jobs:
name: coverage
path: coverage/

- name: Display structure of downloaded files
run: ls -R

- name: Run sonar cloud analysis
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 13cfd98

Please sign in to comment.