name: Runs E2E API Tests on: push: branches: - '*' jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Setup pnpm uses: pnpm/action-setup@v3 with: version: 8 - name: Create .env.local file for stack-server run: | cat > packages/stack-server/.env.local <