elixir continuous integration workflow in github
on: push
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:11
ports: ['5432:5432']
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
with:
otp-version: '22.2'
elixir-version: '1.9.4'
- run: mix deps.get
- run: mix test
Also in C++:
- check disk space ubuntu from terminal
- install tor on debian
- how to install pip on linux
- git save username and password
- sqliteman linux
- linux delete files older than specific date
- how to remove all files from staging area git
- output to log file bash
- merge conflict in git
- bash find text in all csv files
- HOW TLONG FOR VS TO INSTALL?!?!?
- save awk to file
- what is my ip address ?
- see detail of pid
- untar gz file ubuntu
- protoc-gen-grpc
- install python linux
- check user group console linux
- remove all docker images
- macos install chromium
- awk delimiter replace
- vim redo last undo
- what to install Tesseract 4.0
- install elastic search ubuntu