mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
temp: drop tests
This commit is contained in:
44
.github/workflows/publish.yaml
vendored
44
.github/workflows/publish.yaml
vendored
@@ -12,31 +12,31 @@ env:
|
|||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
backend-tests:
|
# backend-tests:
|
||||||
name: "Backend Server Tests"
|
# name: "Backend Server Tests"
|
||||||
uses: hay-kot/homebox/.github/workflows/partial-backend.yaml@main
|
# uses: hay-kot/homebox/.github/workflows/partial-backend.yaml@main
|
||||||
|
|
||||||
frontend-tests:
|
# frontend-tests:
|
||||||
name: "Frontend and End-to-End Tests"
|
# name: "Frontend and End-to-End Tests"
|
||||||
uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml@main
|
# uses: hay-kot/homebox/.github/workflows/partial-frontend.yaml@main
|
||||||
|
|
||||||
deploy:
|
# deploy:
|
||||||
name: "Deploy Nightly to Fly.io"
|
# name: "Deploy Nightly to Fly.io"
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs:
|
# needs:
|
||||||
- backend-tests
|
# - backend-tests
|
||||||
- frontend-tests
|
# - frontend-tests
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
# - uses: superfly/flyctl-actions/setup-flyctl@master
|
||||||
- run: flyctl deploy --remote-only
|
# - run: flyctl deploy --remote-only
|
||||||
|
|
||||||
publish-nightly:
|
publish-nightly:
|
||||||
name: "Publish Nightly"
|
name: "Publish Nightly"
|
||||||
if: ${{ github.event_name != 'release' }}
|
if: ${{ github.event_name != 'release' }}
|
||||||
needs:
|
# needs:
|
||||||
- backend-tests
|
# - backend-tests
|
||||||
- frontend-tests
|
# - frontend-tests
|
||||||
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
||||||
with:
|
with:
|
||||||
tag: nightly
|
tag: nightly
|
||||||
@@ -46,9 +46,9 @@ jobs:
|
|||||||
publish-tag:
|
publish-tag:
|
||||||
name: "Publish Tag"
|
name: "Publish Tag"
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
needs:
|
# needs:
|
||||||
- backend-tests
|
# - backend-tests
|
||||||
- frontend-tests
|
# - frontend-tests
|
||||||
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
uses: hay-kot/homebox/.github/workflows/partial-publish.yaml@main
|
||||||
with:
|
with:
|
||||||
release: true
|
release: true
|
||||||
|
|||||||
Reference in New Issue
Block a user