Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunnie-pin committed Jul 4, 2023
1 parent d60a6a6 commit 76b149f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 37 deletions.
44 changes: 16 additions & 28 deletions .github/workflows/push_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
name: Run tests

on: [push]

jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
coverage: none

- name: Run composer install
run: composer install -n --prefer-dist

- name: Prepare Laravel Application
run: |
cp .env.ci .env
php artisan key:generate
- name: Run tests
run: php artisan test
name: remote ssh command
on:
push:
branches: [ main ]

jobs:
test:
name: Run test
runs-on: ubuntu-latest
steps:
- name: Setup SSH
uses: MrSquaare/ssh-setup-action@v1
with:
host: github.com
private-key: ${{ secrets.SSH_PRIVATE_KEY }}

9 changes: 0 additions & 9 deletions resources/views/rolesviews/administrasi/listpasien.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@

<!-- card -->
<div class="row p-3 border border-primary ">


<div class="p-3">
<button type="button" class="btn btn-outline-primary">Belum Diproses</button>
<button type="button" class="btn btn-outline-warning">Menunggu Direview</button>
<button type="button" class="btn btn-outline-success">Selesai</button>
<button type="button" class="btn btn-outline-danger">Dibatalkan</button>
</div>

<table id="myTable" class="table table-striped border-primary table-hover table-bordered">
<thead>
<tr>
Expand Down

0 comments on commit 76b149f

Please sign in to comment.