Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Jan 6, 2025
1 parent 6f480be commit 0fb2a0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Create folders
run: mkdir -p log tmp tmp/pids
- name: Allow tests to run
run: |
mkdir -p log tmp tmp/pids
export OPENSSL_CONF=/dev/null
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0fb2a0b

Please sign in to comment.