Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add github action file
  • Loading branch information
DaeunYim committed May 3, 2021
commit 928fc32a96921c4eb68a1a927f28dccd9618bdcf
14 changes: 14 additions & 0 deletions .github/workflows/pgtestaction2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: azure/login@v1
with:
creds: ${{secrets.AZURE_CREDENTIALS}}
- uses: azure/postgresql@v1
with:
connection-string: ${{secrets.AZURE_POSTGRESQL_CONNECTION_STRING}}
plsql-file: pg_schema.sql
server-name: daeunyim-pg-test.postgres.database.azure.com