Skip to content

Commit

Permalink
CI: updated amazonlinux base image and restored tests with RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Dec 21, 2022
1 parent dc0362f commit 5dc4519
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
run: |
bundler exec rails test:db
# - name: Run RSpec
# env:
# DATABASE_URL: postgres://postgres:password@localhost:5432/scalelite_test
# run: |
# bundle exec rspec
- name: Run RSpec
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/scalelite_test
run: |
bundle exec rspec
2 changes: 1 addition & 1 deletion dockerfiles/v1/bionic240-amazonlinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazonlinux:2.0.20221004.0 AS amazonlinux
FROM amazonlinux:2.0.20221210.0 AS amazonlinux

FROM ubuntu:18.04 AS bbb-playback
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 5dc4519

Please sign in to comment.