Skip to content

Commit

Permalink
move env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 17, 2024
1 parent ac98903 commit 28e5c92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:

jobs:
build:
env:
BUNDLE_WITHOUT: release
BEAKER_HYPERVISOR: docker
BEAKER_DEBUG: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +19,10 @@ jobs:
bundler-cache: true
- name: Run beaker
run: bundle exec beaker --provision --hosts ubuntu2204-64
env:
BUNDLE_WITHOUT: release
BEAKER_HYPERVISOR: docker
BEAKER_DEBUG: true
- name: List images
run: docker images
- name: List container
Expand Down

0 comments on commit 28e5c92

Please sign in to comment.