Skip to content

Commit

Permalink
build: putting workflows into a good state for pre-alpha
Browse files Browse the repository at this point in the history
- correct branch (main) in ci.yml, and no codecov.
- correct branch (main) in lockfileversion-check.yml
- deleting release.yml - we don’t want to accidentally release to frontend-build’s package. Yikes.
- Deleting sync-master-alpha.yml - not something we need.
  • Loading branch information
davidjoy committed Jun 27, 2024
1 parent 7747fdb commit e9bbe70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 77 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Default CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
Expand All @@ -26,8 +26,3 @@ jobs:
run: npm run lint
- name: Test
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#check package-lock file version
# check package-lock file version

name: Lockfile Version check

on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/release.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/sync-master-alpha.yml

This file was deleted.

0 comments on commit e9bbe70

Please sign in to comment.