diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..7b1adb2c --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,27 @@ +name: 'Test' + +on: + pull_request: + push: + branches: [ 'master' ] + # The "workflow_dispatch" event gives us a button in GitHub's "Action" UI + workflow_dispatch: + +jobs: + test: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ 'ubuntu-latest' ] + node-version: [ '16.x' ] + steps: + - name: 'Checkout repository' + uses: actions/checkout@v3 + + - name: 'Use Node.js v${{ matrix.node-version }}' + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: 'Run tests' + run: yarn install && yarn test diff --git a/README.md b/README.md index 37fba13a..0bb0a88e 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,6 @@ These can be changed when the contributors reach a consensus. Vue.js 3 will likely introduce breaking changes on how Vue.js applications will look like. For example, the Vue.js Function API might be introduced. This would cause a lot of our components to change in the overall structure. The changes would be minimal though. With the `vue-function-api` plugin, these changes could be applied already. The problem is that multiple integrations are not working with the plugin. There are intentions to make this work, but for the time being, we should rather focus on different areas. If you still want to be experimental with it, we are happy to get a Pull Request with some experimental feature implementations.

-## Connect +## #Connecttt -Join us on [Discord](https://discord.gg/NE2jNmg) +Join us on yes [Discord](https://discord.gg/NE2jNmg)