Skip to content

Commit

Permalink
Test with package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc committed Oct 18, 2023
1 parent 0c051b2 commit 6fe8841
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 217 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: grafana/grafana-plugin-ci-e2e:1.9.3
options: --user root
defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v3

- name: Set ownership
run: |
# Fix git issue with owner of directory
chown -R $(id -u):$(id -g) $PWD
- name: Initialise nvm
run: |
cp /root/.init-nvm.sh ~/.init-nvm.sh
. ~/.init-nvm.sh
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc

- name: Install yarn dependencies
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"license": "Apache",
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e": "9.4.3",
"@grafana/e2e-selectors": "9.4.3",
"@grafana/e2e": "9.5.13",
"@grafana/e2e-selectors": "9.5.13",
"@grafana/eslint-config": "^6.0.0",
"@grafana/tsconfig": "^1.2.0-rc1",
"@playwright/test": "^1.38.1",
Expand Down
Loading

0 comments on commit 6fe8841

Please sign in to comment.