Skip to content

Commit

Permalink
added phoenix build to action
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri committed Nov 25, 2024
1 parent 2643a6a commit 2f511f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-connectors-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
database: [snowflake, mysql, oracle]
database: [snowflake, mysql, oracle, phoenix]

outputs:
release_tag: ${{ steps.extract_tag.outputs.tag }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
database: [snowflake, mysql, oracle]
database: [snowflake, mysql, oracle, phoenix]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2f511f2

Please sign in to comment.