Skip to content

chore(deps): bump find-my-way from 8.2.0 to 8.2.2 #496

chore(deps): bump find-my-way from 8.2.0 to 8.2.2

chore(deps): bump find-my-way from 8.2.0 to 8.2.2 #496

Workflow file for this run

name: Smoke
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
timeout-minutes: 8
runs-on: ubuntu-20.04
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.10.0
- name: Check out repository
uses: actions/checkout@v4
- name: Run smoke tests
run: make smoke-sdk