Skip to content

test(server): fix integration test by downgrading to Alpine 3.18 #796

test(server): fix integration test by downgrading to Alpine 3.18

test(server): fix integration test by downgrading to Alpine 3.18 #796

name: Build and Test
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- master
jobs:
shadowbox:
name: Shadowbox
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install NPM Dependencies
run: npm ci
- name: Shadowbox Integration Test
run: docker version && ./task shadowbox:integration_test