Skip to content

Replace usage of old mixin #262

Replace usage of old mixin

Replace usage of old mixin #262

Workflow file for this run

name: Evolene CI
on:
push:
branches:
- main
- feat/local-klaro-js
- deprecation
pull_request:
branches:
- main
- feat/local-klaro-js
- deprecation
paths-ignore:
- '*.md'
- '*.png'
workflow_dispatch:
jobs:
Evolene:
name: Continuous Integration
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Run Evolene CI pipeline steps
shell: bash
env:
SLACK_CHANNELS: '#team-kth-webb-build'
NPM_UPDATES_AVAILABLE: True
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js'
CXXFLAGS: '--std=c++14'
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/deprecation'
BRANCHES_TAG_AS_MAIN: 'True'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}