Skip to content

feat(slashcommands): version command #65

feat(slashcommands): version command

feat(slashcommands): version command #65

Workflow file for this run

name: Docker-test Image CI
on:
push:
branches: ['dev']
pull_request:
branches: ['dev']
env:
IMAGE_NAME: bingusboingus
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build --pull --rm -f "dockerfiles/Dockerfile.test" --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" .
- name: Run tests
run: docker run bingusboingus npm run test