Skip to content

Format archive download link in Slack message #30

Format archive download link in Slack message

Format archive download link in Slack message #30

Workflow file for this run

name: Node.js Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_SIGNING_SECRET: ${{ secrets.SLACK_SIGNING_SECRET }}
SLACK_APP_TOKEN: ${{ secrets.SLACK_APP_TOKEN }}
SLACK_ADMIN_USER_ID: ${{ secrets.SLACK_ADMIN_USER_ID }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_ORG: ${{ secrets.GITHUB_ORG }}
GITHUB_TEAM_ID: ${{ secrets.GITHUB_TEAM_ID }}
NODE_ENV: test