Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
serjonya-trili committed Jun 14, 2024
1 parent 95ac506 commit c491717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- uses: actions/checkout@v4

- name: Pull docker images
run: docker compose pull --quiet &
run: docker compose pull --quiet

- run: docker image inspect serjonya/tzkt-api:1.14.1-linux
- run: docker image inspect bakingbad/tzkt-sync:1.14.1
- run: docker run --rm -it bakingbad/tzkt-sync:1.14.1

- name: Setup yarn
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
- name: Install packages
run: yarn install --immutable

- run: yarn workspace @umami/desktop jest --show-config
- name: Run checks
run: yarn ci

0 comments on commit c491717

Please sign in to comment.