Skip to content

Commit

Permalink
test(connect): refactor and re-enable e2e tests #118
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jun 17, 2024
1 parent 48b0f1e commit bf8ac0c
Show file tree
Hide file tree
Showing 22 changed files with 1,350 additions and 3,976 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,29 @@ jobs:
env:
CI: true

# test-integration:
# if: github.event_name != 'workflow_dispatch'
# runs-on: ubuntu-latest
# steps:
# - name: ⬇️ Checkout repo
# uses: actions/checkout@v4

# - name: ⎔ Setup node
# uses: actions/setup-node@v4
# with:
# node-version: 18

# - name: 📥 Download deps
# uses: bahmutov/npm-install@v1
# with:
# working-directory: connect

# - name: ⚡ Run Tests
# working-directory: connect
# run: |
# npm run test:integration
# env:
# CI: true
test-integration:
if: github.event_name != 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: 📥 Download deps
working-directory: connect
run: |
npm i
- name: ⚡ Run Tests
working-directory: connect
run: |
npm run test:integration
env:
CI: true

release:
# Releases are performed via a workflow dispatch
Expand Down
5 changes: 0 additions & 5 deletions connect/test/browser-demo/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions connect/test/browser-demo/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions connect/test/browser-demo/contract/contract.lua

This file was deleted.

25 changes: 0 additions & 25 deletions connect/test/browser-demo/esbuild.js

This file was deleted.

14 changes: 0 additions & 14 deletions connect/test/browser-demo/index.html

This file was deleted.

Loading

0 comments on commit bf8ac0c

Please sign in to comment.