Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 22, 2024
1 parent 825df30 commit 1e19955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install && npm run build

- name: Start containers
run: docker-compose -f "docker-compose.yml" up -d --build
run: docker-compose -f "tests/UI/docker-compose.yml" up -d --build

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1e19955

Please sign in to comment.