Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
feat(build): refactored config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoDurr committed Nov 10, 2023
1 parent d06910a commit e6232b8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 153 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/analyze.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: build

on:
push:
branches:
- main
- features/**
- fixes/**
pull_request:
workflow_dispatch:
inputs:
gitops-version:
description: 'GitOps version to use'
required: true
default: 'main'
type: string

jobs:
build:
uses: ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup
with:
# Replace theses values to the ones according your project
pnpm-build-script: 'build:prod'
pnpm-test-script: 'coverage:test'
node-version: '18'
32 changes: 0 additions & 32 deletions .github/workflows/linting.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/testing.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/update.yml

This file was deleted.

0 comments on commit e6232b8

Please sign in to comment.