diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 3f75313..9d4b007 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,5 +6,5 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: npm install -g yarnpkg@0.15.1 - - run: yarn && yarn build \ No newline at end of file + - run: npm install + - run: npm run build \ No newline at end of file diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml deleted file mode 100644 index 2f32f85..0000000 --- a/.gitea/workflows/pipeline.yaml +++ /dev/null @@ -1,15 +0,0 @@ - pipeline { - agent any - stages { - stage('Build') { - steps { - sh 'npm install' - } - } - stage('Test') { - steps { - sh './jenkins/scripts/test.sh' - } - } - } - } \ No newline at end of file