Skip to content

Bump axios from 0.21.1 to 1.6.0 in /frontend #12

Bump axios from 0.21.1 to 1.6.0 in /frontend

Bump axios from 0.21.1 to 1.6.0 in /frontend #12

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Test it all
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check tags
run: echo "Git tags:" $(git tag -l)
- name: Build with Gradle
run: ./gradlew test