Skip to content

Commit 90f2e1b

Browse files
author
Eric Novotny
authored
Merge pull request #546 from USACE/Update_Go_1-24-2
update migration action
2 parents 5aa6abb + 1a8d2ea commit 90f2e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cwbi-dev-build-push-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a basic workflow to help you get started with Actions
2-
name: Build SQL/Flyway Image, Push to Dev
2+
name: Build Migration Image, Push to Dev
33

44
# Controls when the action will run. Invokes the workflow on push events but only for the main branch
55
on:

tests/postman_environment.docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"values": [
55
{
66
"key": "base_url",
7-
"value": "http://api",
7+
"value": "http://api/api",
88
"enabled": true
99
},
1010
{

0 commit comments

Comments
 (0)