Skip to content

Commit

Permalink
Add an action to fake the secrets-file
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltje committed Apr 27, 2024
1 parent 9f2441b commit 03ccd1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deployment-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Docker Push
steps:
- uses: actions/checkout@v3
- name: create dummy secrets
run: mkdir private-config && touch private-config/.pgpass && chmod 600 private-config/.pgpass
- name: Docker build
run: docker build . -t metacpan/perl5-coresmokedb-api:latest
- name: Run Perl tests
Expand Down

0 comments on commit 03ccd1a

Please sign in to comment.