Skip to content

chore(npm deps-dev): Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 #189

chore(npm deps-dev): Bump prettier-plugin-svelte from 3.2.7 to 3.3.2

chore(npm deps-dev): Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 #189

Workflow file for this run

name: 'Integration checks'
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash -euxlo pipefail {0}
jobs:
integration:
name: Integration tests
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dfx
uses: dfinity/setup-dfx@main
- name: Start dfx
run: dfx start --clean --background
- name: Deploy canisters
run: dfx deploy
- run: ./scripts/test.integration.sh