Update .github/workflows/build_and_test.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 1m1s
This commit is contained in:
parent
d216e1a03a
commit
2ea71d8f73
1 changed files with 2 additions and 9 deletions
11
.github/workflows/build_and_test.yml
vendored
11
.github/workflows/build_and_test.yml
vendored
|
@ -23,15 +23,8 @@ jobs:
|
|||
build_deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: bitnami/minideb:bookworm-arm64
|
||||
steps:
|
||||
- name: Setup System Resources & Settings
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get upgrade -y
|
||||
apt-get install git sshpass ruby-dev build-essential jekyll -y
|
||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
||||
|
||||
image: git.asandikci.com/docker-images/website_builder:latest
|
||||
steps:
|
||||
- name: Health Check [CI TEST]
|
||||
run: |
|
||||
ls -la
|
||||
|
|
Loading…
Reference in a new issue