Skip to content

Commit

Permalink
env file
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 4f5b2e4 commit f4f3aa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Copy .env file
uses: canastro/copy-file-action@master
with:
source: "env.example"
target: ".env"
- uses: cloudposse/github-action-docker-compose-test-run@main
with:
file: "./compose.yml"
Expand Down

0 comments on commit f4f3aa7

Please sign in to comment.