Skip to content

Merge pull request #14 from NeuraLegion/feat-#13/prompt-injection-test #103

Merge pull request #14 from NeuraLegion/feat-#13/prompt-injection-test

Merge pull request #14 from NeuraLegion/feat-#13/prompt-injection-test #103

Workflow file for this run

name: Crystal CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: shards install
- name: Install npm and Repeater
run: |
apt update
apt-get install -y libnode-dev node-gyp libssl-dev
apt-get install -y nodejs npm
npm install -g @neuralegion/nexploit-cli --unsafe-perm=true
- name: Run tests
env:
BRIGHT_TOKEN: ${{ secrets.BRIGHT_TOKEN }}
run: crystal spec