Skip to content

Commit fd8d352

Browse files
authored
Remove tests that don't test webgme features (#338)
* Remove tests that don't test webgme features * Fix plugin-test * Bump action versions * Try fix plugin_hook test * use node 20 for now * Manully pre-checkl if project exists before deleltion
1 parent 6d88cc5 commit fd8d352

24 files changed

Lines changed: 1919 additions & 4257 deletions

.github/workflows/node.js.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
node: [20]
16-
mongodb-version: [4.4]
16+
mongodb-version: [8]
1717
python-version: [3.8]
1818
redis-version: [6]
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
submodules: true
2525
- name: Use Node.js {{ matrix.node }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: ${{ matrix.node }}
29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Start MongoDB ${{ matrix.mongodb-version }}
33-
uses: supercharge/mongodb-github-action@1.10.0
33+
uses: supercharge/mongodb-github-action@1.12.1
3434
with:
3535
mongodb-version: ${{ matrix.mongodb-version }}
3636
- name: Start Redis ${{ matrix.redis-version }}
37-
uses: supercharge/redis-github-action@1.8.0
37+
uses: supercharge/redis-github-action@1.8.1
3838
with:
3939
redis-version: ${{ matrix.redis-version }}
4040
- name: Chrome

.travis.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)