chore: rename build config files and update CI pipeline references to new paths

This commit is contained in:
2024-12-03 17:56:51 +00:00
parent ec7a091cec
commit f33b12f262
-30
View File
@@ -1,30 +0,0 @@
name: devranta build
run-name: devranta async devRant api client build and test
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Pull repo
run: git pull
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Build new package
run: make build
- name: Install package
run: make install
- name: Run application
run: make run
- name: Test application
run: make test
- name: Push new packages
run: git add .
run: git config --global user.email "bot@molodetz.com"
run: git config --global user.name "bot"
run: git commit -a -m "New build."
run: git push