Skip to content

Commit

Permalink
Add dummy workflow (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic294 authored Apr 14, 2021
1 parent db827e3 commit b9b8e20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Fronted Build CI (dummy version)

on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ v6-master ]

jobs:
test:
runs-on: ubuntu-18.04
steps:
- name: Show environment v1
run: env | grep ^GITHUB
- name: Show ref v1
run: echo "===============> Version from $GITHUB_REF"

1 comment on commit b9b8e20

@ankitloud
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on the commit mentioned #1320. Can you please check-in this fix ?

Please sign in to comment.