Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

chore: update install command without depending on bytebase/bytebase … #42

chore: update install command without depending on bytebase/bytebase …

chore: update install command without depending on bytebase/bytebase … #42

Workflow file for this run

name: Install Bytebase And BB by Using Script
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Install-Bytebase-BB:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
./install.sh
bytebase version
bb version