Skip to content

Commit

Permalink
* fixed test build
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Aug 6, 2024
1 parent 745f9ed commit df00a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
name: Test UI
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.14.0]
Expand All @@ -22,8 +22,8 @@ jobs:
- name: Build the docker
run: |
docker-compose build
docker-compose up -d
docker compose build
docker compose up -d
- name: Check running containers
run: docker ps -a
Expand Down

0 comments on commit df00a77

Please sign in to comment.