Skip to content

chore(npm deps-dev): Bump the ic-identity group with 2 updates #463

chore(npm deps-dev): Bump the ic-identity group with 2 updates

chore(npm deps-dev): Bump the ic-identity group with 2 updates #463

Workflow file for this run

name: 'Integration checks'
on:
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
defaults:
run:
shell: bash -euxlo pipefail {0}
jobs:
integration:
name: Integration tests
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Install dfx
uses: dfinity/setup-dfx@e50c04f104ee4285ec010f10609483cf41e4d365 # main
- name: Start dfx
run: dfx start --clean --background
- name: Deploy canisters
run: dfx deploy
- run: ./scripts/test.integration.sh