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

This commit is contained in:
Aliberk Sandıkçı 2024-11-15 18:48:01 +03:00
parent d216e1a03a
commit 2ea71d8f73

View file

@ -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