Skip to content

Commit

Permalink
Add valiation using doctl apps dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool committed Nov 19, 2024
1 parent 62b4334 commit 9ce91e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/appsdevbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push, pull_request_target]
name: Test build

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

- name: Run dev build
run: doctl apps dev build --no-cache

0 comments on commit 9ce91e5

Please sign in to comment.