Skip to content

chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 #172

chore(deps-dev): bump c8 from 8.0.1 to 9.0.0

chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 #172

name: integration-test
on: [push]
jobs:
action-test:
strategy:
matrix:
os: [ ubuntu-22.04, macos-latest ]
runs-on: ${{ matrix.os }}
name: Action test (${{ matrix.os }})
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
yarn install
yarn build
- name: Setup Bun
uses: ./
with:
token: ${{ secrets.GH_TOKEN }}
- name: Run script
run: bun -v