Skip to content

Commit

Permalink
remove minio and disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 4, 2024
1 parent e4fb9fd commit c5cb7e7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,4 @@ jobs:
with:
mongodb-version: ${{ matrix.mongodb-version }}

- name: Minio Deploy
uses: lovellfelix/minio-deploy-action@v1
with:
endpoint: "http://localhost:9000"
access_key: "default"
secret_key: "default"
bucket: 'projects,project-thumbnails'
# Optional inputs with their defaults:
source_dir: 'public'
target_dir: '/'

- run: npm ci
- run: npm run build --if-present
- run: node ./api/db/UMTests.js -u
- run: "echo 'Aint working because minio and im too lazy to fix it rn"

0 comments on commit c5cb7e7

Please sign in to comment.