From 5dc4519ab718d70a92cbf87e43e262b2e1fa89c8 Mon Sep 17 00:00:00 2001 From: jfederico Date: Wed, 21 Dec 2022 14:35:47 -0500 Subject: [PATCH] CI: updated amazonlinux base image and restored tests with RSpec --- .github/workflows/ci.yml | 10 +++++----- dockerfiles/v1/bionic240-amazonlinux | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa8fcba..b4079c45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/dockerfiles/v1/bionic240-amazonlinux b/dockerfiles/v1/bionic240-amazonlinux index b6ed4041..00a645df 100644 --- a/dockerfiles/v1/bionic240-amazonlinux +++ b/dockerfiles/v1/bionic240-amazonlinux @@ -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