Skip to content

Commit

Permalink
Try build
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 1, 2024
1 parent 46e602b commit 817a6ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ on:
- master

jobs:
build:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.3
bundler-cache: true

- name: Build and push docker image
run: bin/rake docker:build_all
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}

test:
container: deividrodriguez/byebug:${{ matrix.version }}-${{ matrix.line_editor }}-${{ matrix.compiler }}

Expand Down

0 comments on commit 817a6ea

Please sign in to comment.