Skip to content

Bump pip from 21.1 to 23.3 in /test/setup #22

Bump pip from 21.1 to 23.3 in /test/setup

Bump pip from 21.1 to 23.3 in /test/setup #22

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: pylipp/sdd:latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Check style
run: |
/opt/shellcheck -x bin/sdd lib/sdd/framework/utils.bash
- name: Run test suite
run: |
ls /__w/sdd/sdd
export PATH=/root/.local/bin:/__w/sdd/sdd/bin:$PATH
echo $PATH
./test/run.sh