DMP-4701: Performance Testing - Add Audio - Test Harness - Post /audios/metadata - could not execute statement [ERROR: duplicate key value violates unique constraint "hearing_media_ae_pk" #3415
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Check for duplicate Flyway scripts | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check for duplicate Flyway scripts | |
run: ./bin/ci/flyway-dupe-checker.sh |