Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update essai.yml
Browse files Browse the repository at this point in the history
harry-73 authored Feb 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fd1613d commit 21b0cd7
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/essai.yml
Original file line number Diff line number Diff line change
@@ -82,44 +82,3 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass the project ID from the secrets through environment variable
CYPRESS_PROJECT_ID: ${{ secrets.PROJECT_ID }}

- name: Install dependencies 📦
run: meteor npm ci

- name: Cache ./.meteor/local 💾
uses: actions/cache@v4
env:
cache-name: cache-meteor-local
with:
path: |
./.meteor/local/resolver-result-cache.json
./.meteor/local/plugin-cache
./.meteor/local/isopacks
./.meteor/local/bundler-cache/scanner
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ env.METEOR_RELEASE }}-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.meteor/versions') }}-${{ github.ref }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-${{ env.METEOR_RELEASE }}-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.meteor/versions') }}-${{ github.ref }}-
${{ runner.os }}-test-${{ env.cache-name }}-${{ env.METEOR_RELEASE }}-${{ hashFiles('.meteor/release') }}-${{ hashFiles('.meteor/versions') }}-
${{ runner.os }}-test-${{ env.cache-name }}-${{ env.METEOR_RELEASE }}-${{ hashFiles('.meteor/release') }}-
${{ runner.os }}-test-${{ env.cache-name }}-${{ env.METEOR_RELEASE }}-
- name: Test 🔬
run: meteor npm run coverage:unit

- name: Remove minifier
run: meteor remove standard-minifier-js
# - name: Clean node_modules
# run: rm -fr node_modules
# Runs a single command using the runners shell


# - name: running ui tests
# run: meteor npm run test:dev:headless

- name: Publish coverage report 📰
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false # optional (default = false)
files: ./.cypress-coverage/lcov.info, ./.coverage/lcov.info # optional
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 21b0cd7

Please sign in to comment.