Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

yaml run inside folder command

name: CI

on: [push]

jobs:
  phpunit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - name: Setup Symfony
        working-directory: ./app
        run: cp .env.dev .env
      - name: Install Composer Dependencies
        working-directory: ./app
        run: composer install --prefer-dist
      - name: Run Tests
        working-directory: ./app
        run: php bin/phpunit
Comment

PREVIOUS NEXT
Code Example
Shell :: linux monitor ttyusb0 
Shell :: uninstall debian kodi 
Shell :: Powershell mount disk image and retrieve drive-letter 
Shell :: install sftpclient 
Shell :: change git to github 
Shell :: kubuntu snap app not showing 
Shell :: apt install mp3 diags 
Shell :: sed prepend to all files 
Shell :: powershell remove part of string 
Shell :: how to detach from screen session linux 
Shell :: hashcat-6.1.1.7z by kali linux 
Shell :: connect db to odoo from command 
Shell :: rar command line split size 
Shell :: Show error message and exit if $FOO is unset (or null) 
Shell :: close all open windows macos 
Shell :: add user to wheel groub 
Shell :: ssm terraform login to ec2 
Shell :: Navigate to previous directory in windows command prompt 
Shell :: remove mac ._ files windows 
Shell :: install pypy on ubuntu 
Shell :: git how to learn 
Shell :: npx code for src folder in react js 
Shell :: stop all docker machiens 
Shell :: connect project to git repository 
Shell :: linux unpack gz 
Shell :: jenkins local 
Shell :: linux history select command 
Shell :: create enumerated folders termina 
Shell :: uepic games github 
Php :: tinker lost color cli 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =