Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebridges authored Nov 7, 2024
1 parent fd30fbb commit c783506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest

env:
OPERATING_ENV: ci
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -18,6 +18,11 @@ jobs:
matrix:
python-version: ['3.12']

services:
docker:
image: docker:latest
options: --privileged

steps:
- name: Check out the code
uses: actions/checkout@v3
Expand Down

0 comments on commit c783506

Please sign in to comment.