Skip to content

Commit

Permalink
ci to also fail
Browse files Browse the repository at this point in the history
  • Loading branch information
matti committed Nov 23, 2022
1 parent 1eb003f commit f696b0f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose up --build rspec-2.6
- run: docker-compose build rspec-2.6
- run: docker-compose run rspec-2.6

build-2-7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose up --build rspec-2.7
- run: docker-compose build rspec-2.7
- run: docker-compose run rspec-2.7

build-3-0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker-compose up --build rspec-3.0
- run: docker-compose build rspec-3.0
- run: docker-compose run rspec-3.0

0 comments on commit f696b0f

Please sign in to comment.