Skip to content

Commit

Permalink
Merge both CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 5, 2023
1 parent 19c0dd1 commit 53fd1b1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,26 +119,6 @@ jobs:
path: _opam
key: opam-${{ matrix.os }}-${{ hashFiles('**.opam') }}

e2e:
name: Browser tests
runs-on: ${{ matrix.os }}
needs: build
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3

- name: Download artifacts
uses: actions/download-artifact@v3
with:
name: ${{ matrix.os }}
path: _build/default/bin

- name: Grant permission to run ppx
run: chmod +x _build/default/bin/bin.exe

Expand Down

0 comments on commit 53fd1b1

Please sign in to comment.