Skip to content

Commit

Permalink
fix: DEVOPS-1133 missing comma in cicd pipeline for faucet-service (#326
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pavlops authored Dec 7, 2023
1 parent a36800e commit 10e62c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
application: [
application:
[
bluebell-playground,
developer-portal,
devex,
devex-apollo,
faucet-service
faucet-service,
eth-spout,
governance-api,
governance-snapshot,
Expand Down

0 comments on commit 10e62c2

Please sign in to comment.