Skip to content

Merge pull request #18 from encryptedge/patch/fixes #75

Merge pull request #18 from encryptedge/patch/fixes

Merge pull request #18 from encryptedge/patch/fixes #75

Workflow file for this run

name: CI
on:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
name: Build and Test
timeout-minutes: 15
runs-on: ubuntu-latest
# To use Remote Caching, uncomment the next lines and follow the steps below.
# env:
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Environment
uses: ./.github/actions/setup
- name: Run before install
run: |
bash bootstrap.sh http://127.0.0.1:4000
- name: Install dependencies
shell: bash
run: pnpm i
- name: Install Dependencies
run: pnpm build